username:password
Authorization: Basic *****************
curl --location -g --request POST '/oauth/token?grant_type=client_credentials&scope={{scope}}' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json'
{}