Authorization: Bearer ********************curl --location -g --request POST '{{system_user_url}}/purchase-order/purchase-order-payments/2/edit-pay' \
--header 'x-api-key: {{x-api-key}}' \
--header 'x-secret-key: {{x-secret-key}}' \
--header 'Authorization: Bearer <token>' \
--form 'attachment=@"@/path/to/file.pdf"' \
--form 'note="Payment note here"'{
"status": "true",
"message": "Operation completed successfully",
"data": []
}