pub async fn create_section(
client: &ApiClient,
project_gid: &str,
request: SectionCreateRequest,
) -> Result<Section, ApiError>Expand description
Create a section in a project.
ยงErrors
Returns an error if the API request fails, if deserialization fails, or if the response is invalid.