Authorization: Bearer ********************
{
"p_id": 0,
"auth_name": "string",
"auth_value": "string",
"type": 0,
"priority": 0
}
curl --location --request POST '/auth/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"p_id": 0,
"auth_name": "string",
"auth_value": "string",
"type": 0,
"priority": 0
}'
{
"code": 0,
"data": {
"rows": [
{
"id": 0,
"auth_name": "string",
"auth_description": "string",
"p_id": 0,
"created_at": "string",
"updated_at": "string",
"deleted_at": null
}
],
"count": 0
},
"message": "string"
}