The path parameters will be sent as a URL query parameters as a part of the request.
xxxxxxxxxx
{
"gid": 0,
"rows": [
{
"values": [
{
"userEnteredValue": {
"stringValue": "Cell"
}
}
]
}
]
}
The payload will be sent as a application/json as a part of the request body.
Created by @samalgorai