Authorization: Bearer ********************{
"category_id": "8de4c9fd-61a4-4c0b-bf88-0ed3a0fe3fa2",
"product_type": "string",
"avg_price": 0,
"median_price": 0,
"min_price": 0,
"max_price": 0,
"price_volatility": 0,
"sample_size": 0,
"data_source": "string",
"period_start": "2019-08-24T14:15:22.123Z",
"period_end": "2019-08-24T14:15:22.123Z"
}curl --location '/api/v1/smart-pricing/market-prices' \
--header 'Content-Type: application/json' \
--data '{
"category_id": "8de4c9fd-61a4-4c0b-bf88-0ed3a0fe3fa2",
"product_type": "string",
"avg_price": 0,
"median_price": 0,
"min_price": 0,
"max_price": 0,
"price_volatility": 0,
"sample_size": 0,
"data_source": "string",
"period_start": "2019-08-24T14:15:22.123Z",
"period_end": "2019-08-24T14:15:22.123Z"
}'{
"code": 0,
"message": "success",
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"like_count": 0,
"favorite_count": 0,
"share_count": 0,
"comment_count": 0,
"view_count": 0,
"is_pinned": false,
"is_global_pinned": false,
"pinned_at": "2019-08-24T14:15:22.123Z",
"pinned_weight": 0,
"is_liked": false,
"is_favorited": false,
"is_commented": false,
"is_following": false,
"is_followed": false,
"category_id": "8de4c9fd-61a4-4c0b-bf88-0ed3a0fe3fa2",
"product_type": "string",
"avg_price": "string",
"median_price": "string",
"min_price": "string",
"max_price": "string",
"price_volatility": 0,
"sample_size": 0,
"data_source": "string",
"period_start": "2019-08-24T14:15:22.123Z",
"period_end": "2019-08-24T14:15:22.123Z"
}
}