POST : error 400 - Unexpected token (even using PostMan)

Hi Fabien, make sure you have have valid JSON in the post body

{
"username": "Charles",  <-- double quotes around key and value
...
}
1 Like