Authorization: Bearer ********************{
"name": "Default Health Plan",
"externalId": "external123",
"companyName": "Default Insurance Co.",
"userCreated": {
"id": -1
},
"contact": {
},
"documents": {
}
}
curl --location 'https://prod.your-api-server.com/api/v1/healthplanbroker/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Default Health Plan",
"externalId": "external123",
"companyName": "Default Insurance Co.",
"userCreated": {
"id": -1
},
"contact": {
},
"documents": {
}
}'{}