Authorization: Bearer ********************curl --location --globoff '{{system_user_url}}/payroll/loans/2/repay' \
--header 'x-api-key: {{x-api-key}}' \
--header 'x-secret-key: {{x-secret-key}}' \
--header 'Authorization: Bearer <token>' \
--form 'amount="1000"' \
--form 'treasury_id="2"' \
--form 'bank_account_id="5"'{
"status": "true",
"message": "Operation completed successfully",
"data": []
}