Create a new Personal Access Token (PAT)
POST
/resources/me/pat
Request Body
JSON "description": "string", "expiresAt": "string", "scope": "string"
{
}
Responses
OK
JSON "keyId": "string", "description": "string", "issuedAt": "string", "expiresAt": "string", "revokedAt": "string", "scope": [ "string" ], "accessToken": "string", "active": true
{
}
POST
/resources/me/pat