[
{
"id": 12345,
"department_id": 67890,
"name": "Department/Mall name"
}
]
curl --location --request GET 'https://api.mpc.dev.placewise.com/v3/infinity-mall/stores/departments' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{}