Authorization: Bearer ********************
{
"page_type": 0,
"content": "string",
"domain_uuid": "string"
}
curl --location --request POST 'http://39.100.59.112:8000/error/staticpage' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page_type": 0,
"content": "string",
"domain_uuid": "string"
}'
{
"code": 0,
"message": "string",
"data": {
"page_type": 0,
"content": "string",
"domain_uuid": "string"
}
}