Retrieves a specific note the current user has written about another user. Returns the note text and metadata. These are private notes visible only to the authenticated user.
curl --request GET \
--url https://api.fluxer.app/v1/users/@me/notes/{target_id} \
--header 'Authorization: <api-key>'{
"note": "<string>"
}curl --request GET \
--url https://api.fluxer.app/v1/users/@me/notes/{target_id} \
--header 'Authorization: <api-key>'{
"note": "<string>"
}