Authorization: Bearer ********************curl --location '/api/v1/FiscalYear/Get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"fiscalYearId": 0,
"title": "",
"take": 10,
"skip": 0
}'