curl --location --request GET '/anchorSetup/' \
--header 'Accept: application/json' \
--header 'tokenId: {{tokenId}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'Accept-Language: {{Accept-Language}}' \
--header 'mobileSystem: {{mobileSystem}}' \
--header 'clientid: {{clientid}}' \
--header 'Authorization: {{authorization}}'{
"message": "",
"status": 0,
"data": {
"id": 0,
"userId": 0,
"tollSwitch": false,
"videoGold": 0.0,
"textGold": 0.0,
"voiceGold": 0.0
}
}