curl --request POST \
--url https://api.pcxpay.com/v1/organizations/filter \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"country": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"limit": 10,
"last_evaluated_key": {}
}
'