curl --location --request POST '//projects//consents/data?apiKey' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "accept",
"timestamp": "string",
"validUntil": "string",
"source": "string",
"category": "string",
"sourceId": 0,
"profileId": "string",
"userId": "string",
"email": "string",
"message": "string"
}'{}