curl --location --request POST '/customers' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 2,
"data": "{\"address\":\"abj\"}"
}'{
"success": true,
"message": "Customer update successful",
"data": {
"_id": "64625c5dc87afa3bc50dd9ab",
"id": 2,
"userId": "6443da25988f9179295021b2",
"name": "emma yusuf",
"phone": "+234806151839",
"thumbnail": "emma_photo",
"address": "abj",
"created_at": "2023-05-15T15:24:14.590Z",
"raw": "{\"address\":\"abj\"}",
"synced": 0,
"deleted": false,
"deletedAt": null,
"createdAt": "2023-05-15T16:22:53.819Z",
"updatedAt": "2023-05-15T16:29:14.024Z",
"__v": 0
}
}