POST
/manager/popliste
curl \
--request POST 'https://domain.tld/api/v2/manager/popliste' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"active":true}'
Request examples
{
"active": true
}
Response examples (201)
{
"id_popliste": 42,
"active": true,
"products": []
}