RESTED
RESTED copied to clipboard
Question: How to send lists in JSON payload
I was trying to send such a values in POST request JSON payload: ['value1', 'value2'], and the whole parameter is treated as a string "['value1', 'value2']"
How to correctly send JSON lists (and dicts) in a request?