Authorization: Bearer ********************
{
"data": {
"attributes": {
"name": "My Super Bolt"
}
}
}
curl --location --request POST 'https://api.servebolt.io/v1/bolts/validate' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"attributes": {
"name": "My Super Bolt"
}
}
}'
null