Skip to content

Instantly share code, notes, and snippets.

@c3l3si4n
Last active June 10, 2019 18:35
Show Gist options
  • Save c3l3si4n/bc9592dc244ce609e7a6fd93562f91a3 to your computer and use it in GitHub Desktop.
Save c3l3si4n/bc9592dc244ce609e7a6fd93562f91a3 to your computer and use it in GitHub Desktop.
PJBank
curl --location --request POST "https://sandbox.pjbank.com.br/contadigital/ac42a32f416cebbde7ee61e16020ba7f4b955bbe" \
--header "X-CHAVE-CONTA: 8f450e24c6ecfdd2e905b489c401ac7105550dbd" \
--header "Content-Type: application/json" \
--data "{
\"valor\" : \"900.00\"
}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment