cURL
curl --request POST \ --url https://api.dev.monei.cc/api/v1/customers/{businessId} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "phone": "<string>", "email": "<string>", "externalRef": "<string>" } '