cURL
curl --request POST \ --url http://localhost:4000/transactions \ --header 'Content-Type: application/json' \ --header 'api_key: <api_key>' \ --data ' { "amount": 123, "currency": "<string>", "from": "<string>", "projectId": 123, "to": "<string>" } '
{ "transaction": { "amount": 123, "balance": 123, "currency": "<string>", "date": "<string>", "from": "<string>", "id": "<string>", "to": "<string>" } }
Documentation IndexFetch the complete documentation index at: https://harbor.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://harbor.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Success response
Show child attributes