post https://api.elements-sandbox.io/api/v1/authentication/client_token
Response
xxxxxxxxxx
11curl --request POST \
--url https://api.elements-sandbox.io/api/v1/authentication/client_token \
--header 'Accept: application/json' \
--header 'Authorization: Bearer xxxxxxxx' \
--header 'Content-Type: application/json' \
--data '
{
"external_customer_id": "4521902.external_customer_id",
"preferred_currency": "USD"
}
'