Authorization: Bearer ********************curl --location --globoff --request PUT 'http://ecompulse.test/api/v1/admin/products/14/banner/update' \
--header 'Accept: application/json' \
--header 'X-API-Key: exzbLclGAzBCyL0k1Yv29Evu6mwoYOATBF0lWPyT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"banner_status": 1
}'{
"status": "success",
"message": "Product banner status updated successfully"
}