Conversation
@lucy the scopes field should be a single string with the values separated by a space

like this:
{"scopes": "read write follow"}
0
0
0
@lucy try setting the content type header to "application/json"
0
0
0
@lucy
Can set the content type header of your request (like curl -H "Content-Type: application/json")? Or try to send the data URL encoded
1
0
0
@lucy because when I tried to send the json data without the content type header I got the same error
0
0
0
@lucy is this the payload you've sent?
1
0
0
@lucy because it looks like you forgot the double quotes around the keys (eg. "client_name")
0
0
0
@lucy have you tried sending the data URL encoded via lua? maybe it works
0
0
0