curl --location --request GET 'https://publicapi.taskmaverick.com/dictionaries/locations//states?depth=State' \
--header 'x-api-key;'[
{
"id": "20805c70-4dcc-4926-bb30-b58553ac679c",
"name": "string",
"abbreviation": "string",
"counties": [
{
"id": "7432aa28-2b7a-4791-bd76-599ab66038d6",
"name": "string",
"fipsCode": "string",
"cities": [
{
"id": "ffe8f3b6-4058-4495-8d9e-b8a163ed1867",
"name": "string",
"timezoneId": "string"
}
]
}
]
}
]