Invite Member
post
https://platform.swing.xyz/api/v1
/projects/{projectId}/members
Invite a member to your project
projectId
stringSwing Project Identifier
Examples:
app-swing-xyz
email
string:
:
curl --request POST \--url https://platform.swing.xyz/api/v1/projects/app-swing-xyz/members \--header 'Accept: application/json' \--header 'Authorization: 123' \--header 'Content-Type: application/json' \--data '{"email": "string"}'
1{2"success": true3}