Authentication
curl -X POST "https://api.akowe.app/v1/your-endpoint" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-H "x-subaccount-email: [email protected]" \
-d '{
"key1": "value1",
"key2": "value2"
}'
Last updated