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