Skip to content

Instantly share code, notes, and snippets.

@wlalele
Last active October 20, 2020 15:32
Show Gist options
  • Save wlalele/3477bd6cbb8c60637fc9ebca52c597ea to your computer and use it in GitHub Desktop.
Save wlalele/3477bd6cbb8c60637fc9ebca52c597ea to your computer and use it in GitHub Desktop.
example of response
{
"data": [
{ "id": 1, "label": "dances", "sports": [120, 121] },
{ "id": 2, "label": "courses", "sports": [155, 156] },
{ "id": 3, "label": "fitness", "sports": [155, 156, 120, 121] }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment