chainId identifies the specific network, and tokenAddress specifies the contract address of the token being used.isActive field can be used to filter out jurisdictions that are not currently in use.curl --location --request GET '/api/v1/transformer/utility/jurisdictions'{
"success": true,
"data": [
{
"jurisdictionId": "jurisdiction_075eb98d_412e_4fba_84c7_cc7ba4779bfe",
"jurisdictionName": "United Arab Emirates",
"jurisdictionType": "country",
"currency": "AED",
"isActive": true,
"chainId": "101",
"tokenAddress": "EPjFWdd5AufqSSqeM2qNLxzybapC8G4wEGGkZwyTDt1v"
}
]
}