createApp

@POST(value = "apps")
abstract fun createApp(@Body body: CreateAppAPI.Body): Call<LocationBasedApp>