curl --request POST \
--url http://localhost:4000/api/user/share \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"platform": "<string>",
"content": "<string>"
}'
Track when user shares content
curl --request POST \
--url http://localhost:4000/api/user/share \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"platform": "<string>",
"content": "<string>"
}'
Dynamic authentication JWT token
Share tracked