See original API description on Amazon Mechanical Turk.
Headers
-
Values are
application/x-amz-json-1.1orapplication/json. Default value isapplication/json.
POST
/v1/create-worker-block
curl \
-X POST https://yourcrowd.ai.moda/api/v1/create-worker-block \
-H "Content-Type: application/json" \
-d '{"WorkerId":"AZ12EXAMPLE","Reason":"Example reason"}'
Request example
# Headers
Content-Type: application/json
# Payload
{
"WorkerId": "AZ12EXAMPLE",
"Reason": "Example reason"
}
Request examples
# Headers
Content-Type: application/json
# Payload
{
"WorkerId": "AZ12EXAMPLE",
"Reason": "Example reason"
}