{
"weight": 69,
"temperature": 37,
"pressure": "12",
"pulse": 15,
"comment": "NOTHING TO SAY",
"patient": { "id": 1 }
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/screening' \
--header 'Content-Type: application/json' \
--data-raw '{
"weight": 69,
"temperature": 37,
"pressure": "12",
"pulse": 15,
"comment": "NOTHING TO SAY",
"patient": { "id": 1 }
}'{}