curl --location --request PUT '/forms/fb/slkfjs123/contact/mappings' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"userId": "123",
"operation": "set",
"data": [
{
"formField": "XXX",
"incoField": "YYY",
"isCustom": false
}
]
}'{
"error": "You don`t have permission to acces this user"
}