{
"plant": "string",
"assetId": "9179b887-04ef-4ce5-ab3a-b5bbd39ea3c8",
"draft": 0,
"draftUnit": "string",
"weight": 0,
"weightUnit": "string"
}
curl --location --request POST 'https://apis.qa01.hbsa.com.br/navigation/v1/assets//draft-weights' \
--header 'x-tenant;' \
--header 'Content-Type: application/json' \
--data-raw '{
"plant": "string",
"assetId": "9179b887-04ef-4ce5-ab3a-b5bbd39ea3c8",
"draft": 0,
"draftUnit": "string",
"weight": 0,
"weightUnit": "string"
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}