Authorization: ********************curl --location --request POST '/requests/123/activity' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "request_created",
"data": {}
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"request_id": "266ea41d-adf5-480b-af50-15b940c2b846",
"user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
"type": "request_created",
"data": {
"property1": "string",
"property2": "string"
},
"created_at": "string"
}
}