Accept invitation to a project. The project to which you join is parsed from the token.
/v1/join_project
redacted
curl -L \ --request POST \ --url 'https://cloud-api.calyptia.com/v1/join_project' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{"token":"redacted"}'
No body