Create a personal access token.
Auth
Create a personal access token.
Returns the plain-text token once. Store it securely; it cannot be read again from the API.
POST
Create a personal access token.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Create a new Sanctum personal access token
Response
Token created; plain token value is returned once