curl --request POST \
--url https://api.sorsa.io/v2/check-follow \
--header 'ApiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"project_handle": "tweetscout_io",
"project_id": "940691529697554432",
"user_handle": "elonmusk",
"user_id": "44196397"
}
'