Create customer

PHOTO EMBED

Tue Feb 01 2022 11:05:50 GMT+0000 (Coordinated Universal Time)

Saved by @georgeben #bash

curl -X POST -H "Content-Type: application/json" -H "x-api-key: YOUR_API_KEY" -d "{ 'name': 'Homer Simpson', 'email': 'homer@gmail.com', 'customer_id': '1234' }" https://api.trysend.com/customers
content_copyCOPY