Create a customer
POST {{base_url}}/api/1.0/customers
Create a customer that has the information in the body of the request.
Full documentation: Merchant API - Create a customer
Request Body
{"full_name"=>"Example Customer", "business_name"=>"Example Business", "email"=>"customer@example.com", "phone"=>"+447123456789"}