New Base Salary
curl --location --request POST ' https:https://api.veniocrm.com/api.veniocrm.com/empeo/api/v2/profiles/movements' \--header 'Authorization: Bearer <token>' \--data-raw '{ "employeeNo": "1001", "companyCode": "CO00001", "documentNo": "Doc10000", "dateEffective": "2009-01-28T16:31:52.655Z", "paymentMethod": 1, "newBaseSalary": 100000}'{ "status": { "code": 200, "description": "Save successfully!" }, "data": {}}