Authorization: Bearer ********************curl --location '/api/v1/Location/Get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"search": "",
"locationId": 0,
"parent": 0,
"type": 2,
"sortBy": "string",
"sortDesc": true,
"take": 10,
"skip": 0
}'