Get single country and flag URL
POST {{devURL}}{{baseEndpoint}}/flag/images
Get single country with flag image
Request Body
{"iso2"=>"NG"}
RESPONSES
status: OK
{"error":false,"msg":"Nigeria and flag retrieved","data":{"name":"Nigeria","flag":"https://upload.wikimedia.org/wikipedia/commons/7/79/Flag_of_Nigeria.svg","iso2":"NG","iso3":"NGA"}}