curl --request POST \
--url https://api.mnemom.ai/v1/agents/{agent_id}/claim \
--header 'Content-Type: application/json' \
--data '
{
"hash_proof": "<string>",
"email": "jsmith@example.com"
}
'{
"claimed": true,
"agent_id": "<string>",
"claimed_at": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://api.mnemom.ai/v1/agents/{agent_id}/claim \
--header 'Content-Type: application/json' \
--data '
{
"hash_proof": "<string>",
"email": "jsmith@example.com"
}
'{
"claimed": true,
"agent_id": "<string>",
"claimed_at": "2023-11-07T05:31:56Z"
}