curl --request POST \
--url http://localhost:4000/api/user/social-action \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "<string>",
"platform": "<string>"
}'
Track various social actions
curl --request POST \
--url http://localhost:4000/api/user/social-action \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "<string>",
"platform": "<string>"
}'
Dynamic authentication JWT token
Social action tracked