POST
/pet/{petId}/uploadImage
curl \
--request POST '/api/v3/pet/{petId}/uploadImage' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/octet-stream" \
--data-binary '@file'
Response examples (200)
{
"code": 42,
"type": "string",
"message": "string"
}