curl --request POST \
--url http://localhost:{port}/api/v1/profile \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"displayName": "<string>",
"status": "<string>",
"media": {
"data": "<string>",
"mimetype": "<string>"
},
"deleteProfilePicture": true
}
'