curl --request PUT \
--url https://swiftchats.axis96.xyz/api/canned-replies/{uuid} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "About Us",
"trigger": "what do you do?",
"match_criteria": "contains",
"response_type": "text",
"response": "We sell shoes and clothes"
}'