authenticate

@POST(value = user/authenticate)
abstract fun authenticate(@Body() authPayload: AuthPayload): Call<ApiResponseModel.AuthResponse>