{ "requirement": "LOAD", "priority": 1, "material": { "type": "holder", "quantity": 1, "factory": "A2", "model": "C100", "stage": "R" } }
curl --location --request POST 'http://dev-cn.your-api-server.com/api/v1/devices/status?device_id=BDS2_01&port_id=A1' \ --header 'Content-Type: application/json' \ --data-raw '{ "requirement": "LOAD", "priority": 1, "material": { "type": "holder", "quantity": 1, "factory": "A2", "model": "C100", "stage": "R" } }'
{ "requirement_id": "BDS250430235959", "version": "0.1.250421" }