The path parameters will be sent as a URL query parameters as a part of the request.
xxxxxxxxxx
{
"payment_mode": "",
"amount": 0,
"reference_number": "",
"date": ""
}
The payload will be sent as a application/json as a part of the request body.
Created by @samalgorai