cURL
curl --request POST \ --url https://api.comm.com/api/v1/token/login \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "password": "<string>", "remember": true } '
{ "access_token": "<string>", "token_type": "bearer", "expires_in": "<string>" }
"bearer"