curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/wireless-devices' \
--header 'Content-Type: application/json' \
--data-raw '{
"Type": "Sidewalk",
"Name": "string",
"Description": "string",
"DestinationName": "string",
"ClientRequestToken": "string",
"LoRaWAN": {
"DevEui": "string",
"DeviceProfileId": "string",
"ServiceProfileId": "string",
"OtaaV1_1": {
"AppKey": "string",
"NwkKey": "string",
"JoinEui": "string"
},
"OtaaV1_0_x": {
"AppKey": "string",
"AppEui": "string"
},
"AbpV1_1": {
"DevAddr": "string",
"SessionKeys": {
"FNwkSIntKey": "string",
"SNwkSIntKey": "string",
"NwkSEncKey": "string",
"AppSKey": "string"
}
},
"AbpV1_0_x": {
"DevAddr": "string",
"SessionKeys": {
"NwkSKey": "string",
"AppSKey": "string"
}
}
},
"Tags": [
{
"Key": "string",
"Value": "string"
}
]
}'