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