Hey there!
I followed the instructions from yii docs "guide-rest-quick-start" , but when i try to make this request
curl -i -H "Accept:application/json" -H "Content-Type:application/json" -XPOST "myapp/users" -d '{"username": "example", "email": "user@example.com"}'
the values is going blank to database. Whyy??