curl --request PATCH \
--url https://astrasend-mocha.vercel.app/api/public/numbers/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"pool_id": "<string>",
"daily_limit": 123,
"status": "<string>"
}
'