cURL
curl --request POST \ --url https://api.example.com/api/v1/auth/token \ --header 'Content-Type: application/json' \ --data ' { "role": "<string>", "user_id": "<string>" } '
{}
Mints a new JWT token for user authentication
Token creation request
OK