Authorization: Bearer ********************
curl --location --request DELETE 'https://dev.your-api-server.com/pet/' \ --header 'api_key;' \ --header 'Authorization: Bearer <token>'
{ "code": 0 }