It means the @POST
annotation can't be found at runtime. Without the HTTP method type (and relative URL it contains), Retrofit cannot make the request.
Are you using Proguard or another tool to trim "unused" code? If so, instruct it to keep Retrofit's annotations.