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