{
"email": "string",
"link_with": "string"
}
curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/me/identities/' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"link_with": "string"
}'