{
    "success": "1",
    "status": "200",
    "message": "Favourite currency list",
    "data": {
        "page_number": "1",
        "total_page": "1",
        "per_page": "10",
        "favourite_list": [
            {
                "favourite_id": "2",
                "currency_id": "2",
                "api_currency_id": "2",
                "name": "Ethereum",
                "symbol": "ETH",
                "logo": "https://api.takeproft.com/logo.php?symbol=ETH&access=eaca0a50c090358a6f45deabfc0abce2a875cf0fbd2c208ac4f5c567b0fe44a9",
                "price": "1678.13",
                "currency_code": "USD"
            }
        ]
    }
}