Here is what i want to send in a post request with retrofit any idea?
"quiz_data" : [ ['question_id' => 1, 'option_id' => 2], ['question_id' => 2, 'option_id' => 3], ['question_id' => 3, 'option_id' => 2] ]
It has to be dynamic as I don't know how many quiz questions will be added from the admin.