curl --location --request PATCH 'http://localhost:6567/api/v1/me' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"displayName": "string",
"bio": "string"
}'{
"id": "c31bd57f-17c0-407e-8dbe-136f92c4e1a9",
"email": "test@takiyo.us",
"displayName": "Takiyo Takahashi",
"avatarS3Key": null,
"bio": null
}