Post bio to update logged-in user.
None
{
"bio": "string"
}- cookie: token=... (required)
{
"success": true,
"message": "Profile updated"
}Example:
| Code | Description |
|---|---|
| 200 | Success |
| 400 | Bad Request. |
| 401 | Unauthorized. |
| 404 | Not Found. |
| 500 | Internal Server Error. |
None