cURL
curl --request POST \ --url https://open.cleeksy.com/api/v1/data-sources/{dataSourceId}/records \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "success": true, "data": { "recordId": "<string>" } }
Tạo một bản ghi mới trong Data Source.
Bearer token để xác thực
ID của Data Source
Dữ liệu bản ghi
Tạo thành công
Show child attributes