{
"grant_type": "string",
"client_id": "string",
"client_secret": "string",
"mfa_token": "string",
"oob_code": "string",
"binding_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",
"oob_code": "string",
"binding_code": "string"
}'
{
"access_token": "32322-jf209128923",
"token_type": "Bearer",
"expires_in": 86400
}