{
"clientId":"yourClientId",
"clientKey":"yourClientKey"
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/oauth/get-token' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId":"yourClientId",
"clientKey":"yourClientKey"
}'
{"code":"0","message":"success","result":{"access_token":"5fe10641-5e8a-4021-a996-28b893bfc443","token_type":"bearer","expires_in":"3599","refresh_token":"40090ef6-d0b5-4547-a52a-0e28f36d597d"}}