_______        .______      ___      .______    __
        |   ____|       |   _  \    /   \     |   _  \  |  |
        |  |__    ______|  |_)  |  /  ^  \    |  |_)  | |  |
        |   __|  |______|   ___/  /  /_\  \   |   ___/  |  |
        |  |____        |  |     /  _____  \  |  |      |  |
        |_______|       | _|    /__/     \__\ | _|      |__|
            


        In the realm of data, where products reign supreme,
        Rejoose's Environmental Product API, fulfilling every dream.
        With climate data in tow, it's more than it seems,
        Serving product details, infused with environmental schemes.
            

API Reference

Get token (local)

        curl --location 'http://127.0.0.1:80/api/login' \
        --form 'email="admin@admin.com"' \
        --form 'password="admin"' \
        --form 'device_name="postman"'
            

Search product

        curl --location 'http://127.0.0.1:80/api/products/search?search=model' \
        --header 'Accept: application/json' \
        --header 'Authorization: Bearer 1|tbF5JlRz6mwWVceBBYXmFeLpFP3Jkbh7T46SFrurb745f00a'