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