api_key: ********************X-Api-Key: ********************curl --location 'https://app.sellerassistant.app/api/v1/sa/inventory/products/history?page=undefined&per_page=undefined&actions=undefined&user_id=undefined&api_key=%3Capi-key%3E'{
"data": [
{
"id": 0,
"internal_product_id": "string",
"team_id": 0,
"user_id": 0,
"action": "string",
"entity_type": "string",
"entity_id": "string",
"changes": {},
"source": "string",
"source_attributes": {},
"metadata": {},
"created_at": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"current_page": 0,
"per_page": 0,
"total": 0,
"last_page": 0
}
}