curl --location --request POST 'http://localhost/api/v1/central/master-data/taxonomies' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"slug": "string",
"type": "string",
"description": "string",
"parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
"sort_order": 0,
"metadata": [
"string"
]
}'{
"success": true,
"code": "string",
"message": "string",
"request_id": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"api_version": "string",
"data": "string"
}