curl --location '/smartflows/actions/contact/update/fields?q=Firstname&limit=10&offset=0' \
--header 'Authorization: Bearer JWT'{
"fields": [
{
"name": "Company",
"systemName": "company_name",
"isCustom": false
}
],
"paging": {
"offset": 21,
"limit": 40,
"totalItems": 100,
"totalPages": 5,
"links": [
"href: `?offset=40&limit=60`",
"rel: `next`"
]
}
}