{
"enable": true,
"password": "string",
"questions": [
{
"question": "string",
"answer": "string"
}
]
}
curl --location --request POST 'http://test-cn.your-api-server.com/api/question' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable": true,
"password": "string",
"questions": [
{
"question": "string",
"answer": "string"
}
]
}'
{}