{
"grant_type": "string",
"client_id": "string",
"client_secret": "string",
"mfa_token": "string",
"recovery_code": "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",
"recovery_code": "string"
}'
{
"access_token": "string",
"token_type": "string",
"expires_in": 0
}