curl --location -g --request GET 'https://www.autozod.app/settings/language' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_id": 1000,
"locale": "en"
}'{}