invitation
Create a new invitation link
post/invite/create
Request body
Response
Invitation link created and sent successfully
Example response
{
"message": "Invitation link created and sent successfully",
"data": {
"invitationLink": "string"
},
"status_code": 201
}