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