curl --location '/auth/tokens' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"username": "kylekinh",
"password": "SecurePass123!"
}'{
"token": "string",
"expiresAt": "2019-08-24T14:15:22.123Z"
}