Authorization: Bearer ********************curl --location '/v1/end-users/tokens' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"subject_id": "string",
"ttl_seconds": 0
}'{
"expires_at": "string",
"token": "string",
"token_type": "string"
}