auth-bearer: ********************curl --location --request POST '/patient//vaccines' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"vaccine": {
"info": {
"code": "string",
"applicationDate": "2019-08-24",
"observation": "string"
},
"clinicId": "string",
"profId": "string",
"products": [
{
"product": {
"name": "string"
},
"quantity": 0,
"note": "string",
"value": 0,
"batch": {
"name": "string"
}
}
],
"date": "2019-08-24",
"observation": "string"
}
}'{
"vaccines": [
{}
],
"message": "string"
}