2 lines
188 B
Bash
Executable file
2 lines
188 B
Bash
Executable file
curl --request GET --header 'Content-Type: application/json' --header 'Accept: application/json' --header "Authorization: Bearer $AUTH_TOKEN" "https://api.sipgate.com/v2/balance" -s | jq
|