Authorization: Bearer ********************{
"clientId": "DragonPass",
"secret": "dpSecretKey12345"
}curl --location --request POST 'https://developer-sandbox.dragonpass.com/api/v1/auth/token' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "DragonPass",
"secret": "dpSecretKey12345"
}'{
"code": 0,
"data": {
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"tokenType": "Bearer",
"validUntil": 1923263999
}
}