I need to send Authorisation token for the below Power BI capacity suspend request :
Suspend API CALL :
https://management.azure.com/subscriptions/f66cd382-5d26-427e-b345c-d11a6f474740/resourceGroups/%7BresourceGroupName%7D/providers/Microsoft.PowerBIDedicated/capacities/%7BdedicatedCapacityName%7D/suspend?api-version=2017-10-01
The below API call is used to get Authentication token: Access token API call :
https://login.microsoftonline.com/{{tenantId}}/oauth2/token
for this access token API call it requires input as grant_type, client_id, client_secret and resource.
My question is that where I need to take client_id and client_secret for Azure power BI embeded type service.
Please give me suggestion