access-token: ********************{
"otp_secret": "otpauth://totp/user@example.com?secret=JBSWY3DPEHPK3PXP&issuer=DCIM",
"otp_password": "123456"
}curl --location '/admin/admins//otp/bind' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"otp_secret": "otpauth://totp/user@example.com?secret=JBSWY3DPEHPK3PXP&issuer=DCIM",
"otp_password": "123456"
}'{
"success": true
}