curl --request POST \
--url https://{cluster}.voucherify.io/v1/categories \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>' \
--data '{
"name": "Eighth",
"hierarchy": 8
}'