curl --location --request PUT 'https://sandbox-partner-api2.voqall.com/api/v1/supplier-account//redirect-url' \
--header 'EQ-PARTNER-ACCESS-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Enabled": true,
"CompleteUrl": "http://example.com",
"TerminateUrl": "http://example.com",
"OverQuotaUrl": "http://example.com",
"SecurityTerminateUrl": "http://example.com"
}'{
"status": "ok",
"hasError": false,
"messages": [
"Redirect url configuration updated successfully."
],
"error": {
"errorCode": ""
}
}