Get a Deal Service Detail
Fetches details of a specific service by its ID.
Request
 Send your HTTP requests with an Authorization
 header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
 Responses
application/json {
    "message": "data fetched successfully!",
    "data": {
        "items_id": "7",
        "deals_id": "1",
        "item_name": "product 1",
        "item_desc": "jasncakj",
        "date_saved": "2024-08-19 17:12:13",
        "price_start_range": "0",
        "price_end_range": "100"
    }
}
Modified at 2024-09-05 09:40:52