curl --location --request POST '/api/v1/user/customers/get-or-create-by-mobile' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenant": "mac",
"mobile": "556102002",
"country_code": "SA",
"email": null,
"name": null
}'
{}