Authorization: ********************curl --location 'http://localhost:6567/api/v1/api/v1/admin/questions//options' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"label": "string",
"isCorrect": true,
"position": 1
}'