curl --request GET \
--url https://api.helloproper.com/categories
{
"categories": [
{
"id": "<string>",
"name": "<string>",
"type": "<string>"
}
]
}
curl --request GET \
--url https://api.helloproper.com/categories
{
"categories": [
{
"id": "<string>",
"name": "<string>",
"type": "<string>"
}
]
}