curl --location -g --request GET 'https://api.byelabel.com/v1/lookup/country?filter={"code":"US"}' \
--header 'X-Workspace-Id: ' \
--header 'Authorization: Bearer <token>'{
"success": true,
"payload": [
{
"id": "string",
"code": "string",
"name": "string",
"flag": "string",
"currency": {
"code": "string",
"name": "string",
"symbol": "string"
},
"phone_code": "string",
"order": 0
}
],
"transaction": {
"id": "string",
"response_time": 0
}
}