Authorization: Bearer ********************{
"status": "success",
"message": "Teams fetched successfully",
"data": {
"current_page": 1,
"current_page_url": "http://127.0.0.1:8000/api/v1/teams?page=1",
"data": [
{
"id": 1,
"name": "IT Team",
"description": "This Team IT",
"created_at": "2025-08-06T13:18:26.000000Z",
"updated_at": "2025-08-06T13:20:48.000000Z"
}
],
"first_page_url": "http://127.0.0.1:8000/api/v1/teams?page=1",
"from": 1,
"next_page_url": null,
"path": "http://127.0.0.1:8000/api/v1/teams",
"per_page": 10,
"prev_page_url": null,
"to": 1
}
}