{
"offset": 1,
"search": "",
"short_code": "",
"channel": 3,
"limit": 5
}curl --location --request POST 'http://127.0.0.1:8000/api/canned-response/search/' \
--header 'X-Auth-User-Id: f17add70-29ed-4c91-8229-c021840354a6' \
--header 'Content-Type: application/json' \
--data-raw '{
"offset": 1,
"search": "",
"short_code": "",
"channel": 3,
"limit": 5
}'{}