{
"label": "string",
"expiry": "2019-08-24T14:15:22.123Z"
}curl --location --request POST '/profile/api-tokens' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"label": "string",
"expiry": "2019-08-24T14:15:22.123Z"
}'{
"token": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"label": "string",
"created": "2019-08-24T14:15:22.123Z",
"expiry": "2019-08-24T14:15:22.123Z"
},
"secret": "string"
}