Hi guys,
Please I need help with a C# code that can help me get a new access_token from an api using the client_credntials using the variable below:
{"client_id" : "client_id",
"client_secret":"client_secret",
"grant_type":"client_credentials",
"scope":"api"
}
Thanks
me