cURL
curl --request POST \ --url https://api.example.com/api/v1/auth/verify \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>" } '
{ "access_token": "<string>", "refresh_token": "<string>", "token_type": "Bearer", "expires_in": 900 }
OK