token: ********************{
"otp_secret": "string",
"otp_password": "string"
}curl --location '/admin/users//otp/bind' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"otp_secret": "string",
"otp_password": "string"
}'{
"success": true
}