{
"computerPragma": true,
"computerOwn": true
}
curl --location --request PUT 'https://9f9l4tky3g.execute-api.us-east-1.amazonaws.com/dev/pragma/hiring/welcomeKit?email=usuario@ejemplo.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"computerPragma": true,
"computerOwn": true
}'
{
"message": "string",
"status": 0,
"data": {}
}