curl --location 'https://api.techrar.com/api/v1/merchant/sales-channels/profile/meals-plans/update-listings/' \
--header 'app-id: 4' \
--header 'org-id: 70' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"plan_ids": [1744],
"is_marketplace_active": true,
"is_marketplace_featured": true,
"add_tag_ids": [],
"remove_tag_ids": [57]
}'{
"success": [
29341045
],
"errors": []
}