Create public data
Creates org_public_data and org_private_data documents for the caller’s organization using org_type from JWT. | (CreateOrgPublicDataReq) -> (CreateOrgPublicDataRes)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
handle
company_name
Response
Successful Response
org_public_data_inserted_id
org_private_data_inserted_id

