The goal of this tutorial is to move a file from:
Preparation phase
To Translation phase
In order to change the phase of a file a POST call must be made to /api/projectserver/v2/projects/{projectId}/changephase endpoint
In the body of the request we need to sent couple information like: "LanguageFileId" and "PhaseId"
How to obtain the LanguageFileId
LanguageFileId can be obtained by doing a GET call to
/api/projectserver/v2/projects/{projectId}/files