Authorization: Bearer ********************
{
"id": "string",
"isReceived": "string",
"amount": 0,
"paymentDesc": "string"
}
curl --location --request POST 'finance-gateway.hdltest.com/acct-payable/paymentReport/edit' \
--header 'user_id: {{user_id}}' \
--header 'username: {{username}}' \
--header 'user_key: {{user_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"isReceived": "string",
"amount": 0,
"paymentDesc": "string"
}'
{}