Get single country and unicode flag
POST {{devURL}}{{baseEndpoint}}/flag/unicode
get a single country with its flag in unicode format
Request Body
{"iso2"=>"NG"}
RESPONSES
status: OK
{"error":false,"msg":"Nigeria and unicode flag retrieved","data":{"name":"Nigeria","iso2":"NG","iso3":"NGA","unicodeFlag":"🇳🇬"}}