curl --location --request PUT 'https://product.example.com/pet' \ --header 'Authorization: Bearer {{ACCESS_TOKEN}}' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{}
Authorization: Bearer ********************