curl --location --request POST 'https://app.apacta.com/api/v1/expenses' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact_id": "f245e2a3-e141-4d41-912c-b1c1f5bd5598",
"currency_id": "305e0674-ee79-42b7-bf83-278294a47a7b",
"delivery_date": "2019-08-24",
"description": "string",
"project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9",
"reference": "string",
"short_text": "string",
"supplier_invoice_number": "string"
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"success": true
}