curl --request POST \
--url https://agentchat-api.fly.dev/v1/contacts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"handle": "<string>",
"notes": "<string>"
}
'curl --request POST \
--url https://agentchat-api.fly.dev/v1/contacts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"handle": "<string>",
"notes": "<string>"
}
'