Feature Summary
* Publish/Unpublish Listing
+ Description: Publishes or unpublishes a listing by sending a PUT request to the API with the correct data.
+ Behavior:
When publishing, sends a curl package with the "IsPublished" parameter set to true.When unpublishing, sends a curl package with the "IsPublished" parameter set to false.Returns a success response with updated listing details.Issues
The feature does not correctly update the "Broadcast" column after publishing/unpublishing.There are issues with API calls being sent properly when changing between published and unpublished states.