username:password
Authorization: Basic *****************
{ "customer_external_id": "string" }
curl --location --request POST 'https://api.staging.mintedconnect.com/partner/token' \ --header 'x-client-id;' \ --header 'api-version: 3' \ --header 'Accept-Language: tr' \ --header 'Content-Type: application/json' \ --header 'Authorization: Basic Og==' \ --data-raw '{ "customer_external_id": "string" }'
{}