salix/api/Api/Warehouse/machineWorker_add REVISAR.bru

22 lines
244 B
Plaintext

meta {
name: machineWorker_add REVISAR
type: http
seq: 7
}
post {
url: http://localhost:3000/api/MachineWorkers/add
body: json
auth: none
}
headers {
Authorization: DEFAULT_TOKEN
}
body:json {
{
"plate": "RE-002"
}
}