{
"type": "string"
}
curl --location --request POST '/api/functionSwitch/getYear' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string"
}'
{
"code": 200,
"message": "Ok",
"data": {
"items": [
{
"year": "2019-2020"
},
{
"year": "2021-2022"
},
{
"year": "2023-2024"
}
]
}
}