Authorization: Bearer ********************curl --location --request PUT 'http://api.cephisso.dev/ords/cephisso_system/v1//board-memberships/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"board_membership_types_id": "string",
"boards_id": "string",
"cephisso_platform_accounts_id": "string",
"data_lineage": "string",
"end_date": "string",
"metadata": "string",
"people_id": "string",
"start_date": "string",
"udfs": "string"
}'{}