Is there a way to do something like this:
/api/profile-123/update?birth[date][year]=1969&birth[event_description]=birth event description here
or this:
/api/union-123/update?marriage[date][year]=1969&marriage[event_description]=marriage event description here
?
I could do this:
/api/profile-123/update?about_me=about text here
but I would prefer to put the event descriptions in the events where they belong, not in the profile's about_me.