curl --location --request POST 'https://api.jobslink.pikei.xyz/secured/company' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"staffCount": {
"code": "s2"
},
"phone": "1",
"address": null,
"city": null,
"zip": "1",
"username": "karadimas@gmail.com",
"businessName": "ERT AE",
"activity": {
"code": "ENPR"
},
"taxNumber": "000000000",
"url": null,
"description": null,
"prefecture": {
"code": "11105"
},
"createdAt": 1760521353,
"updatedAt": null,
"contacts": [
{
"firstname": "onoma",
"lastname": "επώνυμο",
"email": "email@mail.com",
"phone": "1234",
"role": {
"code": "TMLD"
}
}
]
}'