Authorization: Bearer ********************
read:pets
write:pets
curl --location 'https://prod.your-api-server.com/pet' \ --header 'Content-Type: application/json' \ --data '{}'
{ "id": "100" }