curl --location --request GET 'https://supplier.innovatemr.net/api/v2/supply/getQuestionsCategories' \
--header 'x-access-token;' \
--header 'Content-Type: application/json'{
"apiStatus": "success",
"msg": "Questions categories are successfully fetched",
"result": [
{
"category": "Demographic",
"code": "DEM"
},
{
"category": "Geographic"
},
{
"category": "Testing_A"
}
]
}