curl --request POST \
--url http://localhost:4000/api/waitlist/v2/social/connect \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"platform": "twitter",
"accountId": "<string>"
}'
Connect a social media account
curl --request POST \
--url http://localhost:4000/api/waitlist/v2/social/connect \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"platform": "twitter",
"accountId": "<string>"
}'
Dynamic authentication JWT token
Social account connected