For example this function: ```kotlin @POST("$V1/...
# squarelibraries
p
For example this function:
Copy code
kotlin
  @POST("$V1/user/appsflyer")
  suspend fun updateAppsFlyerData(@Body data: AppsFlyerDataDTO)