curl --location --request GET '/api/v2/courses/top-courses'
{ "data": [ { "id": 0, "title": "string", "photo": { "id": 0, "url": "string" } } ] }