curl --request PATCH \
--url http://localhost:8080/welcome-texts/{welcome_text_id} \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>",
"is_enabled": true,
"is_active": true
}
'{
"id": 123,
"text": "<string>",
"is_active": true,
"is_enabled": true,
"created_by": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}curl --request PATCH \
--url http://localhost:8080/welcome-texts/{welcome_text_id} \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>",
"is_enabled": true,
"is_active": true
}
'{
"id": 123,
"text": "<string>",
"is_active": true,
"is_enabled": true,
"created_by": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}