SIGN STRING:
POST|/api/v1/customer/group/list|1765508204582|38055143b384e259b34cb8592bdf2bcf|groupNo=&name=&pageNo=1&pageSize=20

SIGN BASE64:
qlGcvw02OTCZueoO75+KVeQ60ICMQAwheC9P5WsVOC8=

Array
(
    [success] => 1
    [ts] => 1765508205
    [data] => Array
        (
            [pageNo] => 1
            [pageSize] => 20
            [totalSize] => 1
            [totalPages] => 1
            [list] => Array
                (
                    [0] => Array
                        (
                            [name] => Default Group
                            [groupNo] => 101320210001
                            [createAt] => 1763531945000
                            [updateAt] => 1763531945000
                        )

                )

            [prevPage] => 1
            [nextPage] => 1
        )

    [code] => 0
    [msg] => Success
)