curl --location --request POST '/reglaments//questions' \
--header 'Websync-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'
{
"id": 0,
"order": 0,
"name": "string",
"reglamentId": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"files": [
{
"id": 0,
"link": "string"
}
]
}