createSource

@POST(value = "sources")
abstract fun createSource(@Body body: CreateSourceAPI.Body): Call<Source>