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

Authorizations

Authorization
string
header
required

Dynamic authentication JWT token

Body

application/json

Response

200

Share tracked