cURL
curl --request POST \ --url https://api.scoot.app/api/v1/badging/upload/badge/data \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '"<string>"'
{ "rows": [ 123 ], "errors": [ "<string>" ] }
The body is of type string.
string
OK