Copy this query into TablePlus and be sure to substitue the SHOP_ID and QUESTION_ID. Export the results as JSON. Save the file with a .json extension and upload here.
.json
SELECT id, question, response, other_response, '''' || array_to_string(available_responses, ''',''') || '''' as responses FROM survey_responses WHERE shop_id = SHOP_ID AND other_response IS NOT NULL AND question_id = QUESTION_ID ORDER BY inserted_at DESC LIMIT 50;
File contains over 500 entries. Let's be considerate of others.