Last updated 1 year ago
Phản hồi thành công
POST /profiles/ HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 21 { "profile_data": null }
Successful Response
{ "success": true, "data": { "id": 1, "user_id": 1, "profile_data": null, "created_at": "2025-04-25T09:27:49.092Z", "updated_at": "2025-04-25T09:27:49.092Z", "shared_on_cloud": true, "status": 1 } }