Untitled

 avatar
unknown
plain_text
a year ago
311 B
8
Indexable
curl --location 'cosmos.development.moniepoint.com/oauth/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Accept: Application/json' \
--header 'Authorization: Basic Ym9vbTpzZWNyZXQ=' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'authenticationDomain=boom'
Editor is loading...
Leave a Comment