{
"description": "string",
"expiresAt": "2019-08-24T14:15:22Z"
}
curl --location --request POST '/api/v1//access_tokens' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string",
"expiresAt": "2019-08-24T14:15:22Z"
}'
{
"accessToken": "string",
"description": "string",
"issuedAt": "2019-08-24T14:15:22Z",
"expiresAt": "2019-08-24T14:15:22Z"
}