Tgas Magang Dari DOT Admin Panel Rest API Menggunakan Token Auth Laravel Sanctum
POST /api/login
POST /api/logout
POST /api/register
# Public Routes
POST /api/login
POST /api/register
# Posts
GET /api/posts
GET /api/posts/{id}
GET /api/posts/judul
#Protected Routes
POST /api/logout
#Posts
POST /api/posts
PUT /api/posts/{id}
DELETE /api/posts/{id}
Here i do not create a user api because i think it is the privacy of the person who uses my application