Erro ao gerar o Boleto

Código HTTP: 422

Resposta da API:

Array
(
    [message] => The request is invalid.
    [errors] => Array
        (
            [payment.boleto.due_at] => Array
                (
                    [0] => The due_at field must be greater or equal than the current date
                )

        )

    [request] => Array
        (
            [closed] => 1
            [items] => Array
                (
                    [0] => Array
                        (
                            [amount] => 2990
                            [description] => Produto Teste
                            [quantity] => 1
                            [code] => item_001
                        )

                )

            [customer] => Array
                (
                    [name] => Gustavo Silva
                    [email] => cliente@email.com
                    [document] => 12685897054
                    [document_type] => CPF
                    [type] => individual
                    [address] => Array
                        (
                            [zip_code] => 30660270
                            [city] => Belo Horizonte
                            [state] => MG
                            [country] => BR
                            [line_1] => Rua dos Bobos, 0
                            [line_2] => Casa
                            [globalType] => 1
                        )

                    [phones] => Array
                        (
                        )

                    [metadata] => Array
                        (
                        )

                )

            [shipping] => Array
                (
                    [description] => Envio Simples
                    [recipient_name] => Gustavo Silva
                    [recipient_phone] => 31999999999
                    [address] => Array
                        (
                            [zip_code] => 30660270
                            [city] => Belo Horizonte
                            [state] => MG
                            [country] => BR
                            [line_1] => Rua dos Bobos, 0
                            [globalType] => 1
                        )

                )

            [payments] => Array
                (
                    [0] => Array
                        (
                            [payment_method] => boleto
                            [boleto] => Array
                                (
                                    [instructions] => Pague o boleto até o vencimento
                                    [due_at] => 2026-04-15T18:00:00Z
                                    [document_number] => 123456789
                                    [type] => DM
                                )

                        )

                )

        )

)