Class ByProjectKeyMePost

All Implemented Interfaces:
ErrorableTrait<ByProjectKeyMePost>, ClientRequestCommand<Customer>, CreateHttpRequestCommand, HttpRequestCommand<Customer>, RequestCommand<Customer>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer.Customer>> result = apiRoot
            .withProjectKey("{projectKey}")
            .me()
            .post(null)
            .execute()