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