Erro na integração de API de pagamento

EXIBINDO RESPOSTAS:

Avatar discord do usuario christianosilveira4948

christianosilveira4948

Olá
Onde está o erro? Usando curl.exe

curl --location --request POST 'https://sandbox.gerencianet.com.br/v1/charge' \--header 'Authorization: {{'Client_Id','Client_Secret'}}' \--header 'Content-Type: application/json' \--data-raw '{ "items": [ { "name": "item", "value": 500, "amount": 1 } ]}'

Avatar discord do usuario matheus_efi

matheus_efi

<@!824767143933509722> no header o Authorization deveriase ter como valor o Bearer + access_token que você obtém na autenticação