curl --location -g --request PUT 'https://.daftra.com/api2/requisitions/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"Requisition": {
"type": 1,
"currency_code": "",
"Status": "",
"Order_type": "",
"work_order_id": "",
"date": "08/08/2022 14:32",
"store_id": "1",
"To_store_id": "",
"journal_account_id": "",
"number": "",
"notes": ""
},
"RequisitionItem": [
{
"item": "",
"product_id": "",
"org_name": "",
"unit_price": "",
"quantity": ""
}
]
}'