cURL
curl --request POST \ --url https://api.comm.com/api/v1/token/refresh \ --header 'Authorization: Bearer <token>'
{ "access_token": "<string>", "token_type": "bearer", "expires_in": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object