auth-bearer: ********************curl --location --request POST '/share' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"emails": [
{
"email": "user@example.com"
}
],
"rights": {}
}'