Hi, I'm trying to add users with the Flarum API.
The script works, but I would like to add the 'bio' information also.
$data = '{"data":{ "attributes":{"username":"'.$new_username.'","email":"'.$new_email.'","password":"'.$new_password.'","bio":"'.$bio.'"}}} ';
Username, email and password are well saved in the DB. But the BIO info is NULL
Thanks for your help,
Thomas.