Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//customers/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"accepts_marketing": true,
"email": "ahmed@example.com",
"first_name": "Ahmed",
"last_name": "Hassan",
"location": "Cairo",
"notes": "VIP — met at the Cairo pop-up",
"phone": "+201234567890",
"tags": [
"vip",
"wholesale"
]
}'{
"success": true,
"data": {
"accepts_marketing": true,
"created_at": "2025-01-05T09:00:00Z",
"email": "ahmed@example.com",
"first_name": "Ahmed",
"full_name": "Ahmed Hassan",
"id": "990e8400-e29b-41d4-a716-446655440000",
"is_verified": true,
"last_name": "Hassan",
"phone": "+201234567890",
"store_id": "660e8400-e29b-41d4-a716-446655440000",
"total_orders": 5,
"total_spent": 125000,
"updated_at": "2025-02-10T14:00:00Z"
},
"message": "string"
}