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