{
"category_ids": [
1
]
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v4/stores/1/categories' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"category_ids": [
1
]
}'
{}