{
"name": "haa34234",
"rules": [
1
],
"fanpages": [
3747
],
"is_active": true,
"data_organizational_structure": [
{
"value": "HO",
"type": "area",
"children": [
{
"value": "SCC",
"type": "center",
"children": [
{
"value": "SCCRNDMB",
"type": "department"
}
]
}
]
}
]
}curl --location --request POST 'http://localhost:8000//api/page-management/' \
--header 'authority: gateway-sop-dev.fpt.vn' \
--header 'accept: application/json' \
--header 'accept-language: en-US,en;q=0.9' \
--header 'authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImM1Mzk1ZTI2LTJjMWUtMTFlZS1hOTU1LTAyNDJjMGE4MDEwMyIsImVtYWlsIjoibmd1eWVubnQ2M0BmcHQuY29tIiwia2V5IjpbInFxbG5kaHQiLCJxbHUiLCJ2dHZxIiwidnR2cW1kIiwieHZ0dnFtZCIsInRzeHZ0dnFtZCIsInZ0dnFicyIsInh2dHZxYnMiLCJ0c3h2dHZxYnMiLCJkbGtoY25zayIsImN4MSIsInN4IiwiY2hodGMiLCJudnRtbiIsInFsbiIsInhkc24iLCJ0c3huIiwicWx0bW4iLCJ4ZHN0bW4iLCJ0c3h0bW4iLCJmZWVkYmFjayIsImJjdCIsImJja2h0biIsImJja25vIl0sImZsYWciOiJ3ZWIiLCJpYXQiOjE2OTY4NDE1NDksImV4cCI6MTY5NzQ0NjM0OX0.AcIYw6xCuf-cI1UML7vF5PSdPi9OA9GdRHuHkz6hnbA' \
--header 'origin: https://portal-sop-dev.fpt.vn' \
--header 'referer: https://portal-sop-dev.fpt.vn/' \
--header 'sec-ch-ua: "Not.A/Brand";v="8", "Chromium";v="114", "Google Chrome";v="114"' \
--header 'sec-ch-ua-mobile: ?0' \
--header 'sec-ch-ua-platform: "Windows"' \
--header 'sec-fetch-dest: empty' \
--header 'sec-fetch-mode: cors' \
--header 'sec-fetch-site: same-site' \
--header 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36' \
--header 'X-Auth-User-Id: 4ae433db-30e9-11ee-ab3f-005056a30eb5' \
--header 'content-type: application/json;charset=UTF-8' \
--data-raw '{
"name": "haa34234",
"rules": [
1
],
"fanpages": [
3747
],
"is_active": true,
"data_organizational_structure": [
{
"value": "HO",
"type": "area",
"children": [
{
"value": "SCC",
"type": "center",
"children": [
{
"value": "SCCRNDMB",
"type": "department"
}
]
}
]
}
]
}'{}