POST
/
internal
/
decrypt-payload
curl --request POST \
  --url http://localhost/api/v1/internal/decrypt-payload \
  --header 'Content-Type: application/json' \
  --data '{
  "user_payload": "<string>",
  "tenant_id": "<string>"
}'
{
  "user_payload": {}
}

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.