Returns a map {type: translation}
GET
/api-v1/list/report/cash-flow-line-types
curl \
--request GET 'https://wyzio.app/api-v1/list/report/cash-flow-line-types'
Response examples (200)
{
"*": {
"en": "string",
"fr": "string",
"de": "string",
"it": "string"
}
}