curl --request POST \
--url https://gateway.7exchange.io/customer/1.0.0/organization/getAll \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--header 'token: <token>' \
--data '
{
"type": "<string>",
"created": "<string>",
"status": "<string>",
"name": "<string>",
"pageNumber": 123,
"pageSize": 123
}
'