apikey: ********************curl --location --request GET '/v_customers_main' \
--header 'apikey: <api-key>'[
{
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
"customers__customers__id": "6180be7e-2ce4-4e75-9f20-b0469c3bee8a",
"customers__customers__first_name": "string",
"customers__customers__last_name": "string",
"customers__customers__email": "string",
"customers__customers__status": "active",
"customers__customers__date_of_birth": "string",
"customers__customers__nationality": "string",
"customers__customers__gender": "male",
"customers__customers__created_at": "string",
"customers__customers__updated_at": "string",
"customers_contacts": null,
"customers_addresses": null
}
]