i get a encoded string when saving a string When i save:
'FFFA
i get:
'FFFA
how can i save them using the ff curl request:
curl "https://api.adbutler.com/v1/banners/custom-html" \
-H "Authorization: Basic {API_KEY}" \
-H "Content-Type: application/json" \
-X POST \
-d '{
"custom_html": "",
"expand_horizontal_direction": "left",
"expand_vertical_direction": "down",
"height": 250,
"html_content_below": "Hello 'world",
"location": "http://www.google.ca",
"name": "Demo Custom HTML' Banner",
"tracking_pixel": "url",
"width": 300
}'