Authorization: Bearer ********************
{
"data": {
"attributes": {
"ip": "1.1.1.1",
"reason": "spammer"
}
}
}
curl --location --request POST 'https://api.servebolt.io/v1/environments//security/ip-blocks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"attributes": {
"ip": "1.1.1.1",
"reason": "spammer"
}
}
}'
{}