Getting message as unauthorized for create a score via API

nirodhasheran
Community Novice

I have requested the assignments Create, Get, Update. ( Line Items - Canvas LMS REST API Documentation). The response was successful. 
But it's getting below response when requesting the 'create a score route'. (Score - Canvas LMS REST API Documentation )

{

    "errors": {

        "type""unauthorized",

        "message""Insufficient permissions"

    }

}
I used the same access token which is not expired for all the above scenarios. 

Please advice!