{}
curl --location --request POST '/api/execute/getQuestions' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"message": "string",
"data": {
"items": [
{
"questionId": "string",
"question": "string",
"questionType": "string",
"options": [
{
"value": "string",
"display": "string"
}
]
}
]
}
}