{ "grant_type": "string", "client_id": "string", "client_secret": "string", "mfa_token": "string", "otp": "string" }
curl --location --request POST 'http://127.0.0.1/oauth/token' \ --header 'Content-Type: application/json' \ --data-raw '{ "grant_type": "string", "client_id": "string", "client_secret": "string", "mfa_token": "string", "otp": "string" }'
{ "access_token": "bakZ23b...cl9bpcW", "token_type": "Bearer", "expires_in": 86400 }