curl --request POST \
--url https://api.cloud.flexprice.io/v1/customers/search \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"customer_ids": [
"<string>"
],
"email": "<string>",
"end_time": "<string>",
"expand": "<string>",
"external_id": "<string>",
"external_ids": [
"<string>"
],
"filters": [
{
"data_type": "string",
"field": "<string>",
"operator": "eq",
"value": {
"array": [
"<string>"
],
"boolean": true,
"date": "<string>",
"number": 123,
"string": "<string>"
}
}
],
"limit": 500,
"offset": 1,
"order": "asc",
"sort": [
{
"direction": "asc",
"field": "<string>"
}
],
"start_time": "<string>",
"status": "published"
}'