cURL
curl --request POST \ --url https://rest.cerebrium.ai/v2/invitations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "response": "<string>" }'
Accept or reject an invitation to join a project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK