package cms_api_struct type RequestPagination struct { PageNumber int `json:"page_number"` ShowNumber int `json:"show_number"` }