curl --request POST \
--url https://your-instance.example.com/api/contacts/statuses \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"size": 123,
"search": "<string>",
"pages": {},
"pipelineId": "<string>",
"showUnreadOnly": true,
"channelType": "<string>",
"source": "<string>",
"ownerFilter": "<string>",
"bulkOnly": true,
"showUnresolvedOnly": true
}
'