curl --location --request POST 'https://api.flashcat.cloud/channel/list-by-integration?integration_key=<api-key>' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6IjVmZTgxOWRmLWQwYTEtNGZjZS1hYjU0LTQxNjU0MGMwOWM1MyIsImF1dGhvcml6ZWQiOnRydWUsImV4cCI6MTc3MzMyNjA4MSwibW9jayI6ZmFsc2UsInVzZXJfaWRlbnRpdHkiOiIyNDUxMDAyNzUxMTMxLTM3OTA5MjUzNzIxMzEifQ.ryz-6SBR_YXEVHaugytcZUB9qpFN9valzU5PL7clEZg' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "string",
"channel_ids": [
0
],
"member_id": 0,
"member_name": "string",
"email": "string",
"phone": "string",
"country_code": "string"
}'