I want to upload my teams app package to catalog but i am not able to do it. I am following https://docs.microsoft.com/en-us/graph/api/teamsapp-publish?view=graph-rest-1.0&tabs=http
Please help
curl -F "data=@/home/Downloads/app_package.zip" -H "Authorization: Bearer user_token" -H "Content-length: 244" -H "Content-type: application/zip" -X POST https://graph.microsoft.com/v1.0/appCatalogs/teamsApps
Getting-
{"error":{"code":"BadRequest","message":"Invalid zip archive provided, ex: End of Central Directory record could not be found.","innerError":{"date":"2021-07-26T19:49:55","request-id":"f501141a-c74d-4df2-842a-e5f784732558","client-request-id":"f501141a-c74d-4df2-842a-e5f784732558"}}}