curl --location --request PATCH '/api/v1/accounts//canned_responses/' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"content": "string",
"short_code": "string"
}'
{
"id": 0,
"content": "string",
"short_code": "string",
"account_id": 0
}