cURL
curl --request GET \ --url https://api.helloproper.com/categories \ --header 'Authorization: <api-key>'
{ "categories": [ { "id": "<string>", "name": "<string>", "type": "<string>" } ] }
Show child attributes