fix: suppress spurious API Platform 201 responses on POST endpoints
Add status:200 + output:false to Register, Reset and AccountDetails POST operations. API Platform previously auto-generated a 201 response using the request schema as the response schema. With this fix only the correct 200 response appears.