curl --location -g --request POST 'https://prod.your-api-server.com/api/core/v2/categories/{{core_category_id}}/restore' \
--header 'x-api-key: <api-key>'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"locales": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"locale": "en",
"name": "string",
"deleted_at": "string"
}
],
"svg_icon": "string",
"is_archived": false,
"inserted_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "string"
}
}