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