curl --request PUT \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/transporter/bill/{ewb_no}/transporter \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"RAW_BODY": "{ \"ewbNo\": 231010079649, \"transporterId\": \"29AAACW6874H1ZS\" }"
}
'