List Country
GET https://{{baseURL}}/api/v2/country?name={{country_name}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string |
RESPONSES
status: OK
"{\n \"country_name\": \"string\",\n \"country_numeric_code\": integer\n}"