API returns a list of all Answer options for the Question associated with the specified QuestionKey,country and language.NOTE: The country and language parameter names are case sensitive.Example below:https:///api/v2/supply/INCOME?country=IT&language=ITALIAN
{"apiStatus":"success","msg":"Answers are successfully searched","result":{"QuestionKey":"GENDER","QuestionId":2,"QuestionText":"What is your gender?","QuestionType":"Single Punch","QuestionOptions":[{"OptionText":"Male","id":1,"Order":1},{"OptionText":"Female","id":2,"Order":2}]}}