finance-service. See request body schema and response model for field-level validation.accounts:hold.Authorization: ********************curl --location '/v1/admin/accounts//holds' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"hold_id": "4ce991bb-2101-434c-985c-39697d3f31c4"
}