curl --location 'https://api.zid.sa/v1/managers/store/categories/nesting' \
--header 'Authorization: {{Autherization}}' \
--header 'Store-ID: {{StoreId}}' \
--header 'Content-Type: application/json' \
--data '{
"data": [
{
"id": 101,
"parent_id": null,
"children": [
{
"id": 102,
"parent_id": 101,
"children": [
{
"id": 103,
"parent_id": 102
}
]
}
]
}
]
}'{
"status": "OK",
"message": "ok"
}