curl --location --request POST 'https://app.apacta.com/api/v1/expense_lines' \
--header 'Content-Type: application/json' \
--data-raw '{
"buying_price": 0,
"currency_id": "305e0674-ee79-42b7-bf83-278294a47a7b",
"expense_id": "7c9bee43-12aa-4b65-82be-bf03c37aa3fa",
"quantity": 0,
"selling_price": 0,
"text": "string"
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"success": true
}