curl --location --request PUT 'https://supplier.innovatemr.net/api/v2/supply/setRedirectionForSurvey/' \
--header 'x-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"sUrl": "string",
"fUrl": "string",
"oUrl": "string",
"qTUrl": "string",
"tUrl": "string",
"pstbck": "string",
"pstbck_fail": "string",
"pstBckSuccessMethod": "string",
"pstBckFailMethod": "string"
}'{
"apiStatus": "success",
"msg": "Redirection Methods updated successfully"
}