Authorization: Bearer ********************{
"broker": {
"id": -1
},
"patientId": 1,
"number": "08887464330940200"
}
curl --location --request POST 'https://prod.your-api-server.com/api/v1/healthplan/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"broker": {
"id": -1
},
"patientId": 1,
"number": "08887464330940200"
}'{}