{ "name": "John Smith", "email": "johnsmith@example.com" }
curl --location --request POST 'https://api.lopay.com/api/1/partner/customer/tokenise' \ --header 'x-merchant-id;' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "John Smith", "email": "johnsmith@example.com" }'
{ "token": "cdt_632be4213fd45c3641864d26a2220da02bf5b9f0" }