GET
/api-v1/list/work-permits
curl \
--request GET 'https://wyzio.app/api-v1/list/work-permits'
Response examples (200)
[
{
"id": 42,
"countryId": 42,
"name": {
"en": "string",
"fr": "string",
"de": "string",
"it": "string"
},
"nameId": 42
}
]