ApiKey: ********************{
"AccountID": "admin",
"Password": "*****"
}curl --location '/ACal/AccountService/Login' \
--header 'ApiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"AccountID": "admin",
"Password": "*****"
}'{}