{
"client_id": "string",
"client_secret": "string",
"authenticator_types": [
"otp"
],
"oob_channel": [
"authok"
]
}
curl --location --request POST 'http://127.0.0.1/mfa/associate' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"client_secret": "string",
"authenticator_types": [
"otp"
],
"oob_channel": [
"authok"
]
}'
{}