curl --location --request POST 'https://client-api.dev.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": "uuid",
"customer_group_id": "uuid",
"account_id": "uuid",
"extended_profile": {
"email": "encrypted-string",
"first_name": "John",
"last_name": "Doe",
"customer_type": "VIP"
},
"created_at": "2023-08-20T10:00:00Z",
"updated_at": "2023-08-21T12:00:00Z"
}
]