curl --location --request POST 'https://supplier.innovatemr.net/api/v2/supply/checkAllowUniqueIP' \
--header 'x-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ip": "string",
"survNum": 0
}'{
"apiStatus": "success",
"msg": "Allow supplier to send the traffic",
"allowTraffic": true
}