Currently, I am developing an automation process that uses the API for creating spaces in Confluence. It appears that there are both v1 (https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-space/#api-wiki-rest-api-space-post)and v2(https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-space/#api-spaces-post) versions of this API. However, the v2 version is marked as ‘EXPERIMENTAL’ and does not seem to work properly in practice. Since the v1 API functions correctly, I am considering using v1 instead. Would this be acceptable? For example, is there a risk that v1 might be deprecated in the future?