post https://v1/auth/token
Returns auth token for a client
Log in to see full request history
Response
Returns auth token for a client
xxxxxxxxxx
curl --request POST \
--url https://v1/auth/token \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"expiresInSecs": 0
}