curl --request PUT \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/invitations/{invitation_id}/accept \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"cause": "<string>"
}AcceptInvitation accepts an invitation for the given Organisation. The authenticated user email must match the email address of the invitation.
curl --request PUT \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/invitations/{invitation_id}/accept \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"cause": "<string>"
}