data wrapped under a StockTransaction object holding its stored fields.curl --location --globoff 'https://.daftra.com/api2/stock_transactions/1024.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"data": {
"StockTransaction": {
"id": 0,
"product_id": 0,
"store_id": 0,
"order_id": 0,
"source_type": 0,
"transaction_type": 0,
"quantity": 0,
"price": 0,
"purchase_price": 0,
"total_price": 0,
"currency_code": "string",
"currency_rate": 0,
"received_date": "string",
"status": 0,
"transaction_category_id": 0,
"tracking_number_id": 0,
"branch_id": 0,
"notes": "string"
}
}
}