Authorization: Bearer ********************
{
"departmentCode": "12370800MB2873745G",
"cloudArea": 1
}
curl --location --request POST '/gcs/hpc/exists' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"departmentCode": "12370800MB2873745G",
"cloudArea": 1
}'
{
"msg": "string",
"code": 0,
"data": true
}