Generates a sample mapping template that can be used to transform a payload into the structure of a model.
apigateway_get_model_template(restApiId, modelName)
[required] [Required] The string identifier of the associated RestApi.
[required] [Required] The name of the model for which to generate a template.
A list with the following syntax:
list( value = "string" )
svc$get_model_template( restApiId = "string", modelName = "string" )