curl --location --request POST 'https://client-api.nudgescribe.com/v1/customer' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_group_id": "your-customer-group-id",
"page": 10
}'[
{
"customer_id": "string",
"account_id": "string",
"workspace_id": "string",
"customer_group_id": "string",
"extended_profile": {},
"created_at": "string",
"updated_at": "string",
"created_by": "string",
"updated_by": "string"
}
]