I am trying to request access for a project deployed in azure devops using my application through Azure devops rest api.
I came across the API "Request access" (https://vssps.dev.azure.com/{organization}/_apis/graph/requestaccess?api-version=5.1-preview.1)
the document for the above URL: https://docs.microsoft.com/en-us/rest/api/azure/devops/graph/request%20access/request%20access?view=azure-devops-rest-5.1.
In the document of the above URL, its not mentioned about what has to be given as payload to access the API. The body content is just mentioned as String.
Can someone please help me, by providing more insight in using the above mentioned Rest API.
Thanks in advance
I tried googling for the same, But couldn't get related information anywhere.