{
"user_id": "string",
"profile_image_url": "https://example.com/",
"live_image": "string"
}curl --location 'http://localhost:3000/api/v1/ai/verify-identity' \
--header 'Content-Type: application/json' \
--data '{
"user_id": "string",
"profile_image_url": "https://example.com/",
"live_image": "string"
}'{}