English
cURL
curl --request POST \ --url https://{base_url}/v1/app/project/{projectId}/transfer \ --header 'Content-Type: application/json' \ --data ' { "old_owner_id": "<string>", "new_owner_id": "<string>" } '
Transfer the ownership of a project to another user. The new owner must be a member of the project.
The ID of the project to transfer
Contains the ID's of both the actual(old) and the next(new) project owner