curl --location --request POST 'https://api.petstoreapi.com/v1/user/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "johndoe",
"password": "securePassword123"
}'{
"token": "string",
"expiresAt": "2019-08-24T14:15:22.123Z"
}