It’s time to send your first API request!
<YOUR_SECRET_KEY_HERE>
curl --request POST \ --url https://pay.chargily.net/test/api/v2/products \ --header 'Authorization: Bearer <YOUR_SECRET_KEY_HERE>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Super Product" }'
{ "id": "01hhyjnrdbc1xhgmd34hs1v3en", "entity": "product", "livemode": false, "name": "Super Product", "description": null, "images": [], "metadata": [], "created_at": 1702907011, "updated_at": 1702911993 }