curl --location --request GET 'https://supplier.innovatemr.net/api/v2/supply/getQuestionsByCategory/' \
--header 'x-access-token;' \
--header 'Content-Type: application/json'{
"apiStatus": "success",
"msg": "Questions are successfully fetched",
"result": [
{
"QuestionId": 801,
"QuestionText": "ma hi easimat alhind?",
"QuestionKey": "TESTING_A_8012",
"QuestionType": "Single Punch",
"language": "ARABIC",
"country": "US"
},
{
"QuestionId": 804,
"QuestionText": "'ayn taeish?",
"QuestionKey": "TESTING_AB_804",
"QuestionType": "Single Punch",
"language": "ARABIC",
"country": "US"
}
]
}