curl --location --request GET 'https://api.stateset.com/v1/function_parameters' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00",
"function_id": "2438cf38-4004-41d3-8c90-131735ff7d00",
"function_parameter_name": "Function 1",
"function_parameter_description": "This is the function",
"activated": true,
"created_at": "2023-11-28T00:00:00.000000Z",
"updated_at": "2023-11-28T00:00:00.000000Z"
}'