Zoho>>Project>> logs API not working

Zoho>>Project>> logs API not working

Headers:
Authorization:Bearer 1000.1****b1
users_list:6****0
view_type:month
date:05-01-2020
bill_status:Billable
component_type:general

Response:
{
    "error": {
        "code": 6831,
        "message": "Input Parameter Missing"
    }
}
///----------------------------------------
Also tried:
Method: GET
URL:https://projectsapi.zoho.in/restapi/portal/c******/projects/21*******23/logs/?authtoken=Bearer 1000.18*****1&users_list=6*****0&view_type=month&date=05-01-2020&bill_status:=Billable&component_type=general
 RESPONSE:
{
    "error": {
        "code": 6832,
        "message": "Input Parameter Does not Match the Pattern Specified"
    }
}

I am not getting which parameter the request asking for..?
I have provided all the required Parameters in the request.
Also tried all possible combinations