curl --location --request POST 'https://api.veniocrm.com/empeo/api/v2/payrolls/employee/financials' \--header 'Authorization: Bearer <token>' \--data-raw '{"employeeNo": "1000","companyCode": "GO00005","financialItemCode": "F100001","amount": 70000,"isCalculate": true}'{"status": {"code": 200,"description": "Save successfully!"},"data": {}}