Authorization: Bearer ********************
{
"cert": true,
"client_id": "string",
"franchisee_id": "string",
"name": "string",
"user_id": "string"
}
curl --location --request POST '/fcm/clientDepartment/findTree?clientId=&franchiseeId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cert": true,
"client_id": "string",
"franchisee_id": "string",
"name": "string",
"user_id": "string"
}'
{
"code": "string",
"data": [
{
"children": [
{}
],
"code": "string",
"franchisee_id": "string",
"key": "string",
"leaf": true,
"memo": "string",
"name": "string",
"parent_id": "string",
"store_count": 0,
"store_id": "string",
"type": "CLIENT"
}
],
"message": "string"
}