curl --location --request POST 'https://supplier.innovatemr.net/api/v2/supply/respondent//surveys' \
--header 'x-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ip": "string",
"numSurveys": 0,
"deviceType": "string"
}'{
"apiStatus": "string",
"msg": "string",
"result": {
"surveyId": 0,
"surveyName": "string",
"jobCategory": "string",
"entryLink": "string",
"deviceType": "string",
"CPI": 0,
"LOI": 0,
"IR": 0,
"language": "string"
}
}