This endpoint allows merchants to create a new customer with email
curl --request POST \ --url https://api.sand.getivy.de/api/service/customer/create \ --header 'Content-Type: application/json' \ --header 'X-Ivy-Api-Key: <api-key>' \ --data '{ "email": "<string>" }'
{ "id": "<string>", "email": "<string>" }
Returns the id and email of the created customer