curl --location --request POST 'https://api.inboxkit.com/v1/api/mailboxes/client-id-request/initiate' \
--header 'X-Workspace-Id: a1b2c3d4-e5f6-7890-abcd-ef1234567890' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "example.com",
"client_id": "123456789-abcdefghijklmnop.apps.googleusercontent.com",
"request_data": {}
}'{
"error": false,
"message": "Client ID request initiated successfully",
"data": {
"uid": "req-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"status": "queued",
"domain_name": "example.com",
"client_id": "123456789-abcdefghijklmnop.apps.googleusercontent.com",
"created_at": "2025-01-15T10:00:00.000Z"
}
}