curl --location --request GET 'http://dev-cn.your-api-server.com/api/schema/' \ --header 'Authorization: Token <api-key>'
{ "property1": "string", "property2": "string" }