Find a country by label
Find a country by texting the label.
Method: POST
method: post
url: /api/countries/find
Body:
{
"country": "Burkina Faso"
}
Response:
{
"random_country": {
"_id": "BF",
"label": "Burkina Faso"
}
}
Find a country by texting the label.
Method: POST
method: post
url: /api/countries/find
Body:
{
"country": "Burkina Faso"
}
Response:
{
"random_country": {
"_id": "BF",
"label": "Burkina Faso"
}
}