create

@MustBeClosed
abstract suspend fun create(params: CardCreateParams, requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<Card>

Returns a raw HTTP response for post /v1/cards, but is otherwise the same as CardServiceAsync.create.