curl --request POST \
--url https://coreapi-dev.us.bcpapers.ca/v2/mdm/dep/token \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"base64_token": "<string>",
"server_token": "<string>",
"type": "<string>"
}
'