curl --location --request PATCH '/admin/sellers/271237131/products/ESB-003/status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 0
}'{
"message": "Product status updated successfully"
}