curl --request GET \
--url http://localhost:8080/welcome-texts/{welcome_text_id}{
"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 GET \
--url http://localhost:8080/welcome-texts/{welcome_text_id}{
"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"
}