curl --location --request POST '/apikeys' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "John Doe 4"
}'{
"status": true,
"data": {
"id": "e35e30d1-8996-4036-8c1a-7d537b4aae4d",
"name": "John Doe 3",
"key": "sk_c509d676eef29e5c014a3ab3f4240a59ec60339b2adae017",
"sellerId": "463551db-200a-4397-8870-6bdc47b40197",
"createdAt": "2025-06-25T17:38:56.949Z",
"updatedAt": "2025-06-25T17:38:56.949Z"
}
}