${data} => dictionary with my json. In Json, there is “first_name”: “Näck”
${resp}= RequestsLibrary.POST on session Test_Session /api/v1/testing/ json=${data}
When trying to send with this, this ‘ä’ is changed to “\u00e4iv\” in Robot framework report (body=b’{…)
Why this is changed?